home *** CD-ROM | disk | FTP | other *** search
- #include <afx.h>
- #include <wfc.h>
-
- /*
- ** Author: Samuel R. Blackburn
- ** CI$: 76300,326
- ** Internet: sammy@sed.csc.com
- **
- ** You can use it any way you like.
- */
-
- void memory( void );
- void ReportError( DWORD error_code );
- void test_CEventLog( void );
- void test_CLZFile( LPTSTR lz_file_name );
- void test_CNetResource( void );
- void test_CNetSession( LPCTSTR machine_name );
- void test_CNetWorkstation( LPCTSTR machine_name );
- void test_CNetworkConnections( LPCTSTR machine_name );
- void test_CNetworkFiles( LPCTSTR machine_name );
- void test_CRegistry( void );
- void test_CRAS( void );
- void test_CServer( LPCTSTR machine_name );
- void test_CServiceControlManager( void );
- void test_CUniformResourceLocator( void );
-
- LPTSTR BigNumToString( LONG lNum, LPTSTR string );
-
-
-
-